Assign the allocation to widget->allocation. (Fixes #67290, Chris Phelps.)
authorOwen Taylor <otaylor@redhat.com>
Wed, 26 Dec 2001 17:21:31 +0000 (17:21 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 26 Dec 2001 17:21:31 +0000 (17:21 +0000)
Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
        allocation to widget->allocation. (Fixes #67290,
        Chris Phelps.)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkplug.c

index a0fb1c8be589dc4c026ea5b45f4976afd973d60c..b879b99bed41db3dc9e32cc3ecf20741568580ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
+       allocation to widget->allocation. (Fixes #67290,
+       Chris Phelps.)
+
 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
 
        (#67542, reported by Anders Carlsson)
index a0fb1c8be589dc4c026ea5b45f4976afd973d60c..b879b99bed41db3dc9e32cc3ecf20741568580ba 100644 (file)
@@ -1,3 +1,9 @@
+Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
+       allocation to widget->allocation. (Fixes #67290,
+       Chris Phelps.)
+
 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
 
        (#67542, reported by Anders Carlsson)
index a0fb1c8be589dc4c026ea5b45f4976afd973d60c..b879b99bed41db3dc9e32cc3ecf20741568580ba 100644 (file)
@@ -1,3 +1,9 @@
+Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
+       allocation to widget->allocation. (Fixes #67290,
+       Chris Phelps.)
+
 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
 
        (#67542, reported by Anders Carlsson)
index a0fb1c8be589dc4c026ea5b45f4976afd973d60c..b879b99bed41db3dc9e32cc3ecf20741568580ba 100644 (file)
@@ -1,3 +1,9 @@
+Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
+       allocation to widget->allocation. (Fixes #67290,
+       Chris Phelps.)
+
 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
 
        (#67542, reported by Anders Carlsson)
index a0fb1c8be589dc4c026ea5b45f4976afd973d60c..b879b99bed41db3dc9e32cc3ecf20741568580ba 100644 (file)
@@ -1,3 +1,9 @@
+Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
+       allocation to widget->allocation. (Fixes #67290,
+       Chris Phelps.)
+
 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
 
        (#67542, reported by Anders Carlsson)
index a0fb1c8be589dc4c026ea5b45f4976afd973d60c..b879b99bed41db3dc9e32cc3ecf20741568580ba 100644 (file)
@@ -1,3 +1,9 @@
+Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
+       allocation to widget->allocation. (Fixes #67290,
+       Chris Phelps.)
+
 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
 
        (#67542, reported by Anders Carlsson)
index a0fb1c8be589dc4c026ea5b45f4976afd973d60c..b879b99bed41db3dc9e32cc3ecf20741568580ba 100644 (file)
@@ -1,3 +1,9 @@
+Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
+       allocation to widget->allocation. (Fixes #67290,
+       Chris Phelps.)
+
 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
 
        (#67542, reported by Anders Carlsson)
index d46738826a7755e4de1398f5965fecfe9e192471..8a919ef208871c7f2e752cee15a1063ab0ebd8a2 100644 (file)
@@ -540,6 +540,8 @@ gtk_plug_size_allocate (GtkWidget     *widget,
     {
       GtkBin *bin = GTK_BIN (widget);
 
+      widget->allocation = *allocation;
+
       if (GTK_WIDGET_REALIZED (widget))
        gdk_window_move_resize (widget->window,
                                allocation->x, allocation->y,